ms-jpq is an independent open-source developer whose GitHub presence centers on polished command-line utilities that bring IDE-grade conveniences to terminal workflows. The flagship offering, Space Age seD, re-imagines the classic Unix stream editor as a modern, Unicode-aware search-and-replace engine: it accepts familiar sed syntax while adding Perl-style regex, in-place file rewriting with automatic backups, colorized dry-run previews, parallel directory recursion, and safe handling of binary or mixed-encoding data. Typical use cases span bulk refactoring of source code, updating configuration files across heterogeneous servers, renaming symbols in documentation trees, sanitizing logs before ingestion, and performing repeatable data migrations in DevOps pipelines. Because the tool is distributed as a single static binary with zero dependencies, it integrates cleanly into CI jobs, Docker images, and remote SSH sessions alike, giving developers a lightweight alternative to heavier scripting languages when deterministic text transformation is required. All ms-jpq software, including Space Age seD, is available free of charge on get.nero.com, where downloads are delivered through trusted Windows package managers such as winget, always resolving to the newest upstream release and supporting unattended batch installation of multiple applications.

Space Age seD

CLI search and replace

Details